home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / NH31P3_1.lzh / NetHack / ManPage < prev    next >
Text File  |  1993-07-10  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4. NETHACK(6)          UNIX Programmer's Manual           NETHACK(6)
  5.  
  6.  
  7.  
  8. NAME
  9.      nethack - Exploring The Mazes of Menace
  10.  
  11. SYNOPSIS
  12.      nethack [ -d _d_i_r_e_c_t_o_r_y ] [ -n ] [ -[ABCEHKPRSTVW@] ] [ -[DX]
  13.      ] [ -u _p_l_a_y_e_r_n_a_m_e ] [ -dec ] [ -ibm ]
  14.      nethack [ -d _d_i_r_e_c_t_o_r_y ] -s [ -[ABCEHKPRSTVW] ] [ _p_l_a_y_e_r_-
  15.      _n_a_m_e_s ]
  16.  
  17. DESCRIPTION
  18.      _N_e_t_H_a_c_k is a display oriented Dungeons & Dragons(tm) - like
  19.      game.  Both display and command structure resemble rogue.
  20.  
  21.      To get started you really only need to know two commands.
  22.      The command ? will give you a list of the available commands
  23.      (as well as other information) and the command / will iden-
  24.      tify the things you see on the screen.
  25.  
  26.      To win the game (as opposed to merely playing to beat other
  27.      people's high scores) you must locate the Amulet of Yendor
  28.      which is somewhere below the 20th level of the dungeon and
  29.      get it out.  Nobody has achieved this yet; anybody who does
  30.      will probably go down in history as a hero among heros.
  31.  
  32.      When the game ends, whether by your dying, quitting, or
  33.      escaping from the caves, _N_e_t_H_a_c_k will give you (a fragment
  34.      of) the list of top scorers.  The scoring is based on many
  35.      aspects of your behavior, but a rough estimate is obtained
  36.      by taking the amount of gold you've found in the cave plus
  37.      four times your (real) experience.  Precious stones may be
  38.      worth a lot of gold when brought to the exit.  There is a
  39.      10% penalty for getting yourself killed.
  40.  
  41.      The environment variable NETHACKOPTIONS can be used to ini-
  42.      tialize many run-time options.  The ? command provides a
  43.      description of these options and syntax.  (The -dec and -ibm
  44.      command line options are equivalent to the decgraphics and
  45.      ibmgraphics run-time options described there, and are pro-
  46.      vided purely for convenience on systems supporting multiple
  47.      types of terminals.)
  48.  
  49.      The -u _p_l_a_y_e_r_n_a_m_e option supplies the answer to the question
  50.      "Who are you?".  It overrides any name from NETHACKOPTIONS,
  51.      HACKOPTIONS, USER, LOGNAME, or getlogin(), which will other-
  52.      wise be tried in order.  If none of these provides a useful
  53.      name, the player will be asked for one.  Player names (in
  54.      conjunction with uids) are used to identify save files, so
  55.      you can have several saved games under different names.
  56.      Conversely, you must use the appropriate player name to
  57.      restore a saved game.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 7/10/93           28 March 1989                         1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NETHACK(6)          UNIX Programmer's Manual           NETHACK(6)
  71.  
  72.  
  73.  
  74.      A _p_l_a_y_e_r_n_a_m_e suffix or a separate option consisting of one
  75.      of -A -B -C -E -H -K -P -R -S -T -V -W can be used to deter-
  76.      mine the character role.  Likewise, -@ can be used to expli-
  77.      citly request that a random role be chosen.  It may need to
  78.      be quoted with a backslash (-\@) if @ is the "kill" charac-
  79.      ter (see "stty") for the terminal, in order to prevent the
  80.      current input line from being cleared.
  81.  
  82.      The -s option alone will print out the list of your scores.
  83.      It may be followed by arguments -A -B -C -E -H -K -P -R -S
  84.      -T -V -W to print the scores of Archeologists, Barbarians,
  85.      Cave(wo)men, Elves, Healers, Knights, Priest(esse)s, Rogues,
  86.      Samurai, Tourists, Valkyries, or Wizards.  It may also be
  87.      followed by one or more player names to print the scores of
  88.      the players mentioned, or by 'all' to print out all scores.
  89.  
  90.      The -n option suppresses printing of any news from the game
  91.      administrator.
  92.  
  93.      The -D or -X option will start the game in a special non-
  94.      scoring discovery mode.  -D will, if the player is the game
  95.      administrator, start in debugging (wizard) mode instead.
  96.  
  97.      The -d option, which must be the first argument if it
  98.      appears, supplies a directory which is to serve as the play-
  99.      ground.  It overrides the value from NETHACKDIR, HACKDIR, or
  100.      the directory specified by the game administrator during
  101.      compilation (usually /usr/games/lib/nethackdir).  This
  102.      option is usually only useful to the game administrator.
  103.      The playground must contain several auxiliary files such as
  104.      help files, the list of top scorers, and a subdirectory _s_a_v_e
  105.      where games are saved.
  106.  
  107. AUTHORS
  108.      Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne)
  109.      wrote the original hack, very much like rogue (but full of
  110.      bugs).
  111.  
  112.      Andries Brouwer continuously deformed their sources into an
  113.      entirely different game.
  114.  
  115.      Mike Stephenson has continued the perversion of sources,
  116.      adding various warped character classes and sadistic traps
  117.      with the help of many strange people who reside in that
  118.      place between the worlds, the Usenet Zone.  A number of
  119.      these miscreants are immortalized in the historical roll of
  120.      dishonor and various other places.
  121.  
  122.      The resulting mess is now called NetHack, to denote its
  123.      development by the Usenet.  Andries Brouwer has made this
  124.      request for the distinction, as he may eventually release a
  125.      new version of his own.
  126.  
  127.  
  128.  
  129. Printed 7/10/93           28 March 1989                         2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. NETHACK(6)          UNIX Programmer's Manual           NETHACK(6)
  137.  
  138.  
  139.  
  140. FILES
  141.      All files are in the playground, normally
  142.      /usr/games/lib/nethackdir.
  143.      nethack                     The program itself.
  144.      data, oracles, rumors       Data files used by NetHack.
  145.      options, quest.dat          More data files.
  146.      help, hh                    Help data files.
  147.      cmdhelp, opthelp, wizhelp   More help data files.
  148.      *.lev                       Predefined special levels.
  149.      dungeon                     Control file for special levels.
  150.      history                     A short history of NetHack.
  151.      license                     Rules governing redistribution.
  152.      record                      The list of top scorers.
  153.      logfile                     An extended list of games
  154.                                  played.
  155.      xlock.nnn                   Description of a dungeon level.
  156.      perm                        Lock file for xlock.dd.
  157.      bonesDD.nn                  Descriptions of the ghost and
  158.                                  belongings of a deceased
  159.                                  adventurer.
  160.      save                        A subdirectory containing the
  161.                                  saved games.
  162.  
  163. ENVIRONMENT
  164.      USER or LOGNAME      Your login name.
  165.      HOME                 Your home directory.
  166.      SHELL                Your shell.
  167.      TERM                 The type of your terminal.
  168.      HACKPAGER or PAGER   Replacement for default pager.
  169.      MAIL                 Mailbox file.
  170.      MAILREADER           Replacement for default reader
  171.                           (probably /bin/mail or /usr/ucb/mail).
  172.      NETHACKDIR           Playground.
  173.      NETHACKOPTIONS       String predefining several NetHack
  174.                           options.
  175.  
  176.      In addition, SHOPTYPE is used in debugging (wizard) mode.
  177.  
  178. SEE ALSO
  179.      dgn_comp(6), lev_comp(6), recover(6)
  180.  
  181. BUGS
  182.      Probably infinite.
  183.  
  184.  
  185.  
  186.      Dungeons & Dragons is a Trademark of TSR Inc.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. Printed 7/10/93           28 March 1989                         3
  196.  
  197.  
  198.  
  199.